crypto/tls.certificateRequestMsg.marshal (method, view implemented interface methods)
4 uses
crypto/tls (current package)
handshake_client.go#L551: hs.finishedHash.Write(certReq.marshal())
handshake_messages.go#L1577: func (m *certificateRequestMsg) marshal() (x []byte) {
handshake_server.go#L555: hs.finishedHash.Write(certReq.marshal())
handshake_server.go#L556: if _, err := c.writeRecord(recordTypeHandshake, certReq.marshal()); err != nil {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)